home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / FlyPaper.sit / Fly Paper / FlyPaper Source / App Sources / MagicWindow.h < prev    next >
Text File  |  1996-06-22  |  138b  |  11 lines

  1. #ifndef MAGICWINDOW_H
  2. #define MAGICWINDOW_H
  3.  
  4. #ifndef __WINDOWS__
  5. #include <Windows.h>
  6. #endif
  7.  
  8. WindowPtr    CreateMagicWindow (void);
  9.  
  10. #endif
  11.